cssimagescaled: Just return the computed image
authorBenjamin Otte <otte@redhat.com>
Sun, 29 Oct 2017 10:41:12 +0000 (06:41 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 29 Oct 2017 10:41:12 +0000 (06:41 -0400)
commit457bd2b9ee7294a7aa3fc19882dbe65cff3321cd
treeadbe61db57a923aacd16396a8b37cd0742651ff8
parent598d22d194a51304277fb2eb174576aaa8185b7d
cssimagescaled: Just return the computed image

... instead of returning either itself with uncomputed images or a
copy of itself with only one computed image and lots of other
uncomputed images that we're never gonna look at again.

This fixes expressions like -gtk-scaled(-gtk-recolor(...),-gtk-recolor(...))
which Adwaita uses for checkmarks and bullets.
gtk/gtkcssimagescaled.c